net.netFD.writeToInet4 (method)

3 uses

	net (current package)
		fd_posix.go#L107: func (fd *netFD) writeToInet4(p []byte, sa *syscall.SockaddrInet4) (n int, err error) {
		udpsock_posix.go#L127: 		return c.fd.writeToInet4(b, &sa)
		udpsock_posix.go#L153: 		return c.fd.writeToInet4(b, &sa)